home *** CD-ROM | disk | FTP | other *** search
/ Champak Vol K-12 / Vol K-12.iso / games / extrem_t.exe / scripts / DefineButton2_93 / BUTTONCONDACTION on(keyPress Enter).as next >
Text File  |  2012-08-27  |  161b  |  12 lines

  1. on(keyPress "<Enter>"){
  2.    sonMC.gotoAndPlay(4);
  3.    if(menubis == true)
  4.    {
  5.       gotoAndPlay(240);
  6.    }
  7.    else
  8.    {
  9.       gotoAndPlay(290);
  10.    }
  11. }
  12.